From: Juanma Barranquero Date: Fri, 1 Jun 2007 10:57:37 +0000 (+0000) Subject: (Fshrink_window): Reflow docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18679 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c135ac4a80450c78c800ad3acaf28c2c9e05f1c9;p=emacs.git (Fshrink_window): Reflow docstring. --- diff --git a/src/window.c b/src/window.c index d6194565253..8a5137f2044 100644 --- a/src/window.c +++ b/src/window.c @@ -4110,8 +4110,8 @@ too small. */) DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", doc: /* Make current window ARG lines smaller. From program, optional second arg non-nil means shrink sideways arg columns. -Interactively, if an argument is not given, make the window one line smaller. Only -siblings to the right or below are changed. */) +Interactively, if an argument is not given, make the window one line smaller. +Only siblings to the right or below are changed. */) (arg, side) Lisp_Object arg, side; {